Availability |
Dreamweaver 3.0, Fireworks 3.0 |
Description |
Determines whether Fireworks is still executing the JavaScript passed to it by FWLaunch.execJsInFireworks() , whether the script has completed successfully, or whether an error has occurred. |
Arguments |
progressTrackerCookie |
|
The argument is the cookie object returned by FWLaunch.execJsInFireworks() . |
Returns |
A string containing the result of the script passed to FWLaunch.execJsInFireworks() if the operation completed successfully, NULL if Fireworks is still executing the JavaScript, or a nonzero error code indicating that one of the following errors has occurred: |
|
 |
1: Invalid usage; a JavaScript error occurred as Fireworks was executing the script. |
 |
2: File I/O error; Fireworks is unable to create a response file because the disk is full. |
 |
3: Error notifying Dreamweaver; the user is not running a valid version of Dreamweaver (3.0 or later). |
 |
4: Error launching Fireworks process; the function did not launch a valid version of Fireworks (3.0 or later). |
 |
5: User canceled the operation. |
|
Returns |
The following code passes the string "prompt('Please enter your name:')" to FWLaunch.execJsInFireworks() and then checks for the result: |
 |
|